body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f4f4;
}

.container_Adex {
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-collapse: collapse;
}


.content_Adex {
    padding: 20px;
    background-color: #ffe6e6; /* Rosa claro */
}

    .content_Adex img {
        max-width: 100%;
        height: auto;
    }

.footer_Adex {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

    .footer_Adex p {
        margin: 0;
    }
/* Bootstrap-like styles */
.card_Adex {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.card-body_Adex {
    padding: 15px;
}


.col_Adex {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.separador_Adex {
    padding-left: 10px;
    padding-right: 10px;
}

.col-12_Adex {
    width: 100%;
}

.col-6_Adex {
    width: 49%;
}

.col-8_Adex {
    width: 66%;
}

.col-7_Adex {
    width: 70%;
}

.col-5_Adex {
    width: 30%;
}

.col-4_Adex {
    width: 32%;
}

.text-center_Adex {
    text-align: center;
}

.text-right_Adex {
    text-align: right;
}

#tablacontenedorade_Elementos {
    max-width: 600px !important;
}

table {
    width: 100%
}

table, td, tr {
    text-align: center;
}

.header_Adex {
    min-height: 60px !important;
}
.sin_espaciados {
    padding: 0 !important;
    margin: 0 !important;
}